@charset "UTF-8";
a:hover {
    text-decoration: none !important;
    color: #E66100 !important;
}

a h1:hover {
    color: #E66100 !important;
}

a p:hover {
    color: #E66100 !important;
}

ul {
    list-style-type: none;
}

.row-margin-top30 {
    margin-top: 30px;
}

.logo {
    margin: 5px 100px 5px 0;
    height: 80px;
}

.channel-name-wrap {
    border-bottom: 3px solid #bbb;
    margin: 15px 15px 0 15px;
    padding: 5px 0;
}

.channel-name {
    border-left: 10px solid #08c;
    padding-left: 10px;
    font-size: 20px;
}

.nws-wrap {
    margin-bottom: 20px;
}

.nws-wrap .page-header {
    margin: 0 0 20px;
    text-align: left;
}

.nws-wrap .page-header .nws-ddate-wrap {
    color: #999;
    text-align: left;
    font-size: 14px;
}

.nws-file-list-wrap {
    margin-top: 20px;
}

.nws-file-list-wrap .item {
    margin-top: 10px;
}

.nws-file-list-wrap .item a {
    color: #08c;
}

.nws-wrap img {
    max-width: 100%;
}

/*common end*/
/*nav*/
.navbar-default .navbar-nav>li>a {
    color: #9d9d9d;
}

ul.nav,
.navbar-header button {
    margin-top: 35px;
}

.nav li {
    padding-left: 0px;
}

#target-menu1 .nav a {
    color: #fff;
    font-size: 16px;
}

#nav_weixin_qr_box {
    position: absolute;
    right: 0px;
    border: 1px solid #bbb;
    padding: 0px;
    background-color: #fff;
    z-index: 20;
    display: none;
}

#nav_weixin_qr_box img {
    border: 0;
}

.weixin-qrcode-box {
    border: 0;
    padding: 0px;
    background-color: #fff;
    margin: 0;
    text-align: center;
}

.weixin-qrcode-box img {
    width: 200px;
    border: 0;
}

.navbar-nav a.nav-weixin-green:before {
    color: #32cd32;
    padding-right: 3px;
}

.navbar-nav a.nav-weixin-green {
    color: transparent !important;
}

.navbar-nav a.nav-weixin-green:hover {
    color: #9d9d9d !important;
}

.nws-content * {
    line-height: 200%;
}

/*nav end*/
/*media*/
@media (max-width : 768px) {
    #target-menu {
        background-color: #fcfcfc;
    }

    .container {
        width: 100%;
    }

    .container-fluid {
        width: 100%;
        font-size: 16px;
    }

    .carousel-inner .item {
        height: 200px !important;
        width: 100%;
    }

    .carousel-inner .item #img {
        height: 220px;
        width: 100%;
    }

    .ewa-frame .EWA_TD_L {
        display: none;
    }

    .ewa-frame .EWA_TD_R {
        display: none;
    }

    .logo {
        margin-left: 5px;
        height: 50px;
    }

    .div_site_name {
        display: none;
    }

    .nws-list-ddate {
        text-align: left;
    }

    .footer-nav-wrap {
        text-align: center;
    }

    .footer-nav-wrap li {
        float: left;
    }


}

@media (min-width : 992px) {

    #target-menu {
        top: 10px;
    }

    .container {
        width: 970px;
    }

    .container-fluid {
        width: 970px;
        font-size: 16px;
    }

     

    .carousel-inner .item #img {
        height: 280px;
        width: 100%;
    }

    .carousel .carousel-caption h4 {
        font-size: 40px;
    }

    .nav-color {
        border-color: #e7e7e7;
        border-top: 1px solid #e7e7e7;
    }

    .div_site_name {
        float: left;
        margin-left: 100px;
        margin-top: 40px;
    }

    .div_site_name_h1 {
        font-size: 18px;
        color: #9d9d9d;
        margin: 0px;
    }

    .div_site_name_h2 {
        font-size: 12px;
        color: #9d9d9d;
        margin: 0px;
    }

    .nws-list-ddate {
        text-align: right;
    }

    .footer-nav-wrap {
        text-align: center;
    }


}

@media (min-width : 1200px) {

    #target-menu {
        top: 10px;
    }

    .container {
        width: 1170px;
    }

    .container-fluid {
        width: 1170px;
        font-size: 16px;
    }
 

    .carousel-inner .item #img {
        height: 550px;
        width: 100%;
    }

    .carousel .carousel-caption h4 {
        font-size: 40px;
    }

    .nav-color {

        border-color: #e7e7e7;
        border-top: 1px solid #e7e7e7;
    }


    .div_site_name {
        float: left;
        margin-left: 100px;
        margin-top: 40px;
    }

    .div_site_name_h1 {
        font-size: 18px;
        color: #9d9d9d;
        margin: 0px;
    }

    .div_site_name_h2 {
        font-size: 12px;
        color: #9d9d9d;
        margin: 0px;
    }

    .nws-content {
        margin: 0 20px;
    }

    .nws-content * {
        font-size: 16px;
    }

    .nws-list-ddate {
        text-align: right;
    }

    .footer-nav-wrap {
        text-align: left;
    }


}

/*media end*/
/*首页第二行图片*/
.col-md-4 {
    text-align: center;
}

.col-md-4 img {
    width: 200px;
}

/*首页第二行图片 end*/

.fa .fa-weixin:before {
    content: "\f1d7";
}

/*slide*/
.carousel-inner .item {
    height: 400px;
    width: 100%;
    position: relative;
}

.carousel-inner .cover {
    height: 100%;
    text-align: center;
}

.carousel-inner video {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    margin-top: 200px;
}



.navbar-default .navbar-nav>li>a {
    color: #9d9d9d;
}

.div_top {
    margin-top: -20px;
}


/* 修改导航栏的导航间距*/
header ul.nav>li>a {
    padding: 15px 9px;
}

/* 俱乐部会员申请 */
a#nNv574 {
    color: palevioletred;
}

.enus header ul.nav>li>a {
    font-size: 12px;
    padding: 14px 4px;
}




.EWA_TABLE {
    background-color: transparent;
    border-spacing: 0;
}

.carousel-wrap .bg {
    background-size: cover;
    background-position: center;
}

.carousel-wrap .bgtop {
    background-size: cover;
    background-position: top;
}

/*slide end*/
/*页头负20margin*/
.div_top {
    margin-top: -20px;
}

/*页头负20margin end*/
/*页脚导航*/
#footer1 li {
    font-size: 10px;
    list-style-type: none;
    line-height: 20px;
    font-weight: 500;
}

#footer {
    color: #fff;
    background-color: #0a6d65;
    min-width: auto;
}

.footer-nav-wrap ul {
    list-style-type: none;
    margin-bottom: 0;
    padding: 0;
}

.footer-nav-wrap li {
    margin: 0 10px;
    display: inline;
}

.footer-nav-wrap {
    margin: auto;
    padding: 20px 0;
    ;
}

#footer1 a {
    color: #fff;
    white-space: nowrap
}

.footer-nav-wrap a:hover {
    text-decoration: none;
}


#footer1 li.footer-subject {
    font-weight: 800;
    font-size: 16px;
    margin-bottom: 20px;
}

.foot-links {
    margin-top: 20px;
}

.footer-links ul {
    margin: 0;
    list-style: none;
    padding: 0;
}

.footer-copyright {
    color: #eee;
}

.footer-copyright::before {
    content: "版权所有：© "
}

.enus .footer-copyright::before {
    content: "Copyright: © "
}

.footer-beian {
    color: #eee;
    background: #0a6d65;
    height: 45px;
    line-height: 45px;
    font-size: 14px;
}
.footer-beian1 {
	white-space: nowrap;
	overflow: hidden;
	width:100%;
	text-overflow: ellipsis;
}

.footer-beian a {
    color: #eee;
}

/*页脚导航 end*/


.ewa-lf-break .ewa-lf-frame,
.ewa-lf-break .ewa-lf-frame>tbody {
    display: block;
    width: 100%;
}

.ewa-lf-break .ewa-lf-data-row {
    display: block;
    margin-top: 1px;
    background: #fff;
    box-sizing: border-box;
    position: relative;
}

.ewa-lf-break .ewa-lf-search-item-title {
    font-size: 16px;
}

.ewa-lf-break .ewa-lf-search-item-ctl nobr {
    margin-right: 10px;
}

.ewa-lf-break .ewa-lf-search-item-ctl label {
    margin-left: 4px;
    margin-bottom: 0;
    display: inline-block !important;
    font-size: 16px;
    font-weight: normal;
    cursor: pointer;
}

.ewa-lf-break .ewa-lf-search-item-ctl label:hover {
    color: orange;
}

.ewa-lf-break .ewa-lf-search {
    background-color: transparent;
    padding: 0 15px 10px 15px;
}

.ewa-lf-break .ewa-lf-search-fix-m1 .ewa-lf-search-item-ctl {
    width: auto;
}

.ewa-lf-break .ewa-lf-search-fix-m1 .ewa-lf-search-item-ctl>div input {
    display: inline-block;
}

.ewa-lf-break .ewa-lf-search-item-ctl>div {
    position: static;
    width: 100%;
    display: block;
    background: transparent;
    border: 0;
    height: auto;
    line-height: 2;
}
.plants .ewa-lf-data-row {
    margin-bottom: 20px;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    background-color: transparent;
}

.plants .ewa-col-plt_logo {
    width: 100%;
    height: 200px;
    padding: 0 0 5px 0;
    display: block;
    border-top: 1px solid #eee;
    border-left: 1px solid #eee;
    border-right: 1px solid #eee;
}

.plants .ewa-col-plt_type,
.plants .ewa-col-plt_tags,
.plants .ewa-col-PRO_NAME {
    border-left: 1px solid #eee;
    border-right: 1px solid #eee;
    display: block;
    background-color: #fff;
}
.plants .ewa-col-PRO_NAME span {
    font-size: 20px;
    font-weight: 750;
}

.plants .ewa-col-plt_type,
.plants .ewa-col-plt_tags {
    font-size: 14px;
    line-height: 2;
}

.plants .ewa-col-plt_tags,
.home .plants .ewa-col-PRO_NAME {
    border-bottom: 1px solid #eee;
    padding-bottom: 40px !important;
}


.plants .ewa-col-plt_logo .EWA_GRID_BG_IMG {
    width: 100%;
    height: 100%;
    background-size: contain;
    background-position: center;
    border: 0;
    background-repeat: no-repeat;
    transform: scale(0.9);
    transition: all .3s;
}

.plants .ewa-col-A a {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.plants .ewa-col-A {
    height: 0 !important;
    padding: 0;
}
.plants .ewa-lf-data-row:hover {
    color: #E66100;
}
.plants .ewa-lf-data-row:hover .ewa-col-plt_logo .EWA_GRID_BG_IMG {
    transform: scale(1);
}
/* home */
.product-card {
    padding: 128px 0;
}

.product-card-title {
    font-size: 42px;
    font-weight: 550;
    line-height: 120%;
}

.product-main {
    width: 100%;
    height: 390px;
    overflow: hidden;
    cursor: pointer;
    background-color: #fff;
    border-radius: 8px;
    padding: 10px 20px;
    display: block;
}

.product-main:hover .product-logo-background {
    transform: scale(1.0);
}

.product-logo-background {
    height: 225px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    transition: all .3s;
    transform: scale(0.92);
}

.product-logo-background:hover {}

.product-title {
    font-size: 20px;
    margin-top: 16px;
    line-height: 150%;
    font-weight: 750;
    margin-bottom: 20px;
}

.product-title-sub {
    margin-top: 3px;
    font-size: 18px;
    line-height: 1.3;
    font-weight: 400;
}.preview {
    width: 100%;
    height: 0px;
    padding-bottom: 75%;
    position: relative;
}

.preview .EWA_GRID_BG_IMG {
    width: 100%;
    height: 100%;
    border-radius: 10px;
    border-color: #eee;
    transition-duration: 0.45s;
    position: absolute;
    left: 0;
    right: 0;
}

.ewa-row-PRO_NAME {
    font: 700 16px Arial, "microsoft yahei";
    color: #666;
    padding-top: 10px;
    line-height: 28px;
    margin-bottom: 5px;
}

#thumbnails {
    margin-top: 10px;
    position: relative;
}

.thumbnails {
    position: relative;
    height: 80px;
}


.thumbnail-arrow {
    position: absolute;
    top: 0;
    height: 80px;
    width: 30px;
    line-height: 80px;
    text-align: center;
    color: #ccc;
    font-size: 24px;
    cursor: pointer;
}

.thumbnails .right-arrow {
    right: 0;
}

.thumbnails .left-arrow {
    left: 0;
}

.thumbnails .thumbnail-images {
    position: absolute !important;
    left: 30px;
    right: 30px;
    top: 5px;
    bottom: 5px;
    overflow: hidden;
}

.thumbnails .ewa_grid_ul {
    white-space: nowrap;
    width: fit-content;
    transition-duration: 0.45s;
}

.thumbnails .ewa_grid_li {
    display: inline-block;
    float: none;
}

.thumbnails .EWA_GRID_BG_IMG {
    border: 1px solid transparent;
    width: 68px;
    height: 68px;
    margin: 0px 5px;
}

.thumbnails .thumbnail-marked {
    border: 1px solid #08c;
}

.product-info .EWA_TD_M {
    border: 1px solid #eee;
    height: 300px;
    border-radius: 10px;
    border-top-left-radius: 0;
    padding: 10px 20px;
    font-size: 16px;
}



.product-info .EWA_GROUP_CNT_TOP,
.product-info .EWA_GROUP_CNT_TOP1 {
    height: 50px;
    padding: 0px 20px;
    line-height: 50px;
    border: 0;
    margin: 0;
    background-color: #fafafa;
    color: #000;
    border-top: 1px solid #eee;
    border-right: 1px solid #eee;
    position: relative;
    min-width: 123px;
}

.product-info .EWA_GROUP_CNT_TOP1 {
    background-color: #fff;
}

.product-info .EWA_GROUP_CNT_TOP1::after {
    content: "";
    position: absolute;
    display: block;
    left: 0px;
    bottom: -1px;
    height: 2px;
    background-color: #fff;
    right: 0px;
}

.product-info .EWA_GROUP_TOP>div:first-child {
    border-left: 1px solid #eee;
    border-top-left-radius: 10px;
}

.product-info .EWA_GROUP_TOP>div:last-child {
    border-top-right-radius: 10px;
}

.product-info .IX_SPAN img {
    display: block;
    max-width: 100%;
}

/* 订单部分 */
.product-order {
    text-align: left;
}

.product-order #price {
    color: #E66100;
    font-size: 30px;
    font-weight: 700;
}

.product-order #price::before {
    content: "￥ ";
    font-size: 16px;
}

.product-order .ewa-row-PRO_PRICE_ID nobr {
    display: block;

}

.product-order .ewa-row-PRO_PRICE_ID nobr:hover {
    color: #E66100;
    border-color: #E66100;
}

.product-order .ewa-row-PRO_PRICE_ID label {
    display: block;
    border: 1px solid #eee;
    width: 300px;
    height: 50px;
    line-height: 50px;
    padding: 0 10px;
    margin-bottom: 10px;
    font-size: 16px;
    cursor: pointer;
    position: relative;
}
.product-order .ewa-row-PRO_PRICE_ID input {
    display: none;
}
.product-order .ewa-row-PRO_PRICE_ID input:checked+label {
    border-color: #E66100;
}
.product-order .ewa-row-PRO_PRICE_ID input:checked+label::after {
    content: "\f00c";
    display: block;
    position: absolute;
    right: 0;
    top: 50%;
    line-height: 40px;
    margin-top: -20px;
    right: 5px;
    font-family: 'FontAwesome';
    font-weight: normal;
    color: #E66100;
}
.product-order .add,
.product-order .sub {
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 19px;
    border: 1px solid #eee;
    display: inline-block;
    user-select: none;
}

.product-order #NUM {
    width: 190px;
    display: inline-block;
    height: 50px;
    border: 1px solid #eee;
    vertical-align: bottom;
    margin: 0 5px;
    font-size: 20px;
    text-align: center;
}

.product-order tr[error] .ewa-tip-error {
    width: 200px;
    display: block;
}

.product-order .ewa-row-des .EWA_TD_L {
    font-size: 18px;
    height: 40px;
    padding: 20px 0 5px 0;

}

.product-order .ewa-row-PRO_NAME.ewa-row-des,
.product-order .ewa-row-price.ewa-row-des {
    display: none;
}

.product-order .EWA_TD_B {
    padding: 20px 0 0 0;
    text-align: left;
}

.product-order .EWA_TD_B input {
    font-size: 18px;
    width: 200px;
    height: 50px;
    margin-left: 0;
}

.success-goods-icon {
    font-size: 32px;
    color: #fff;
    width: 64px;
    height: 64px;
    background: forestgreen;
    border-radius: 100%;
    line-height: 64px;
    text-align: center;
    float: left;
    margin-right: 20px;
}

.success-goods-info {
    margin-top: 10px;
    float: left;
}

.success-goods-info h3 {
    margin: 0;
    color: #424242;
    font-size: 24px;
    font-weight: 400;
    margin-top: 3px;
}

.success-goods-info .name {
    margin-right: 15px;
    font-size: 14px;
    color: #757575;
}

.success-goods-btns {
    text-align: right;
    margin-top: 14px;
}

.shop-cart .EWA_TD_H {
    height: 70px;
    border-bottom: 1px solid #eee;
}

.shop-cart .EWA_TD_M,
.shop-cart .ewa_grid_down,
.shop-cart .ewa_grid_mover {
    height: 86px;
}

.shop-cart .ewa-col-OSC_ID {
    text-align: center;
}

.shop-cart .ewa-col-OSC_NUM {
    text-align: center;
    width: 168px;
}

.shop-cart .ewa-lf-data-row .ewa-col-PRO_PRICE {
    text-align: center;
    font-size: 16px;
}

.shop-cart .ewa-lf-data-row .ewa-col-sum1 {
    text-align: center;
    color: #ff6700;
    font-size: 16px;
}

.shop-cart .ewa-lf-data-row .ewa-col-sum1::after {
    content: "元";
}

.shop-cart .ewa-col-OSC_NUM .add,
.shop-cart .ewa-col-OSC_NUM .sub {
    width: 32px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    border: 1px solid #eee;
    display: inline-block;
    user-select: none;
    font-size: 20px;
}

.shop-cart .ewa-col-OSC_NUM input {
    width: 70px;
    display: inline-block;
    height: 32px;
    border: 1px solid #eee;
    vertical-align: bottom;
    margin: 0 5px;
    font-size: 16px;
    text-align: center;
}

.shop-cart .shop-cart-money {
    margin-top: 10px;
    background-color: #fff;
    height: 48px;
    line-height: 48px;
}

.shop-cart .total-price {
    font-style: normal;
    font-size: 12px;
    color: #ff6700;
}

.shop-cart .price {
    font-size: 30px;

}

.order-address-list {
    background-color: #fff;
    padding-top: 10px;
    padding-bottom: 20px;
    border-bottom: 1px solid #eee;
}

.order-address-list .EWA_TD_M {
    background-color: transparent;
    display: inline-block;
    vertical-align: bottom;
    line-height: 40px;
    height: 40px;
    padding: 0 5px;
}

.order-address-list .ewa-lf-data-row {
    margin-bottom: 10px;
    cursor: pointer;
    display: none;
}

.order-address-list .ewa-lf-data-row:first-child {
    display: block;
}

.order-address-list.more .ewa-lf-data-row {
    display: block;
}

.order-address-list .ewa-lf-data-row::after {
    content: "";
    display: block;
    clear: both;
}

.order-address-list .ewa-lf-data-row:hover {
    background-color: #e1f6ff;
}

.order-address-list .ewa-col-adr_tag {
    width: 140px;
    padding: 0;
}

.order-address-list .ewa-col-adr_tag a {
    text-align: center;
    display: block;
    width: 100%;
    height: 100%;
    border: 1px solid #eee;
    position: relative;
    overflow: hidden;
}

.order-address-list .ewa-col-adr_tag a:hover {
    border: 1px solid orange;
}

.order-address-list .ewa-lf-data-row:first-child .ewa-col-adr_tag a {
    border: 1px solid #ff6700;
}

.order-address-list .ewa-lf-data-row:first-child .ewa-col-adr_tag a:after {
    content: "";
    display: block;
    border: 0;
    width: 20px;
    height: 20px;
    background: #ff6700;
    transform: rotate(45deg);
    position: absolute;
    right: -10px;
    bottom: -10px;
}

.order-address-list .IX_BUTTON {
    height: 40px;
    padding: 0 20px;
    border: 0;
    background-color: transparent;
}

.order-address-list .IX_BUTTON:hover {
    background-color: transparent;
    color: #ff6700;
}

.order-address-list .ewa-col-butModify,
.order-address-list .ewa-col-butDefault {
    float: right;
}

.order-address-list .ewa-col-butDefault .COM_YES {
    display: none;
}

.order-address-list .btn-more::before {
    content: "更多地址"
}

.order-address-list .btn-more::after {
    content: "\f103";
    font-family: fontawesome;
    margin-left: 4px;
}

.order-address-list .btn-more[more]::before {
    content: "收起地址"
}

.order-address-list .btn-more[more]::after {
    content: "\f102";
}

.order-address-list .ewa-col-adr_default span {
    color: transparent;
}

.order-address-list .ewa-col-adr_default span[title="COM_YES"]::before {
    content: "默认地址";
    color: #ccc;
}


.order-goods-list {
    background-color: #fff;
    border-bottom: 1px solid #eee;
    padding-top: 10px;
    padding-bottom: 20px;
}

.order-goods-list .EWA_TD_M,
.order-goods-list .ewa_grid_mover,
.order-goods-list .ewa_grid_down {
    padding: 15px 0;
}

.order-goods-list .ewa-col-ORD_LST_MONEY {
    text-align: right;
}

.order-goods-list .ewa-col-ORD_LST_MONEY::after {
    content: "元"
}

.order-goods-list .ewa-col-FILE {
    width: 50px;
}

.order-goods-list .ewa-col-FILE a {
    border: 0;
    width: 30px;
    height: 30px;
    margin: 0;
}

.order-money {
    background-color: #fff;
    padding-top: 10px;
    padding-bottom: 20px;
    border-bottom: 1px solid #eee;
}

.order-money::after {
    content: "";
    display: block;
    clear: both;
}

.order-money .ewa-frame {
    width: 260px;
    float: right;
}

.order-money .EWA_TD_L {
    text-align: right;
    height: 30px;
}

.order-money .EWA_TD_L::after {
    content: ":";
}

.order-money .EWA_TD_M {
    text-align: right;
    color: #ff6700;
}

.order-money .ewa-row-paytotal span {
    font-size: 24px;
}

.order-money .ewa-row-paytotal span::after {
    content: "元";
}

.order-buttons {
    background: #fff;
    padding-top: 10px;
    padding-bottom: 20px;
}

.shop-cart-money::after {
    content: "";
    display: block;
    clear: both;
}

.btn-normal,
.btn-submit {
    width: 200px;
    height: 48px;
    line-height: 48px;
    font-size: 18px;
    margin-left: 50px;
    vertical-align: top;
    display: inline-block;
    text-align: center;
    border: 1px solid transparent;
}

.btn-submit {
    background: #ff6700;
    border-color: #ff6700;
    color: #fff;
}

.btn-normal {
    background: #fff;
    border-color: #ccc;
    color: #666;
}
.pay-list {
    background-color: #fff;
    padding-bottom:20px ;
}
.pay-list.ewa-lf-break .ewa-lf-data-row {
    display: inline-block;
    width: 200px;
    height: 70px;
}

.pay-list .ewa-col-ORD_PAY_ICON,
.pay-list .EWA_GRID_BG_IMG {
    width: 100%;
    border: 0;
    height: 100%;
    display: block;
    padding: 5px 20px;
}
.pay-list .ewa-col-ORD_PAY_ICON {
    border: 1px solid #eee;
}
.pay-list .ewa-col-ORD_PAY_ICON:hover{
    border-color: #ff6700;
}


@media (max-width : 550px) {
	.login #Test1 {
		width: calc(100vw - 30px) !important;
		box-shadow: 0px 0px 0px #eee !important;
		border: 1px solid #eee;	
	}
}